#! /bin/sh

d=`date +%Y%m%d`
n=SAMsrcV5-$d
echo creating /tmp/$n.tgz
git archive --format=tar --prefix=SAMsrcV5/ release | gzip > /tmp/$n.tgz
